Developer --> Technical Publications
PATHJava Developer Documentation > Mac OS Runtime for Java > JManager > Programming With JManager


Frame Ordering Indicators

An AWT context may request that a frame be reordered using the MyFrameReorderRequest callback. The context specifies the new placement of the frame using the ReorderRequest type.

enum ReorderRequest {
    eBringToFront = 0,
    eSendToBack,
    eSendBehindFront
};

Constant descriptions

eBringToFront
Bring the frame to the front.
eSendToBack
Send the frame to the back.
eSendBehindFront
Send the frame behind the front frame.

See the description of the function MyRequestFrame for more information about using these values.


© 1998 Apple Computer, Inc. — (Last Updated 3 Dec 98)

Previous | Back Up One Level | Next |